/*-------------------------------------------------------------------------------------
Theme Name  : 2UNIQUE WELLNESS
Theme URI   : https://2uniquewellness.com
Author URI  : https://2uniquewellness.com
Description : 2UNIQUE WELLNESS
Author      : Admin | UNIQUE WELLNESS
Version     : English
----------------------------------------------------------------------------------------*/

/*START FONTS*/

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Sarabun:wght@100;200;300;400;500;600;700;800&display=swap');

/*END FONTS*/

/*START TYPHOGRAPHY*/

:root {
    --primary-color: #008941;
    --text-color: #222;
    --heading-color: #23252a;
    --button-color: #373b3e;
    --menu-color:#333;
    --heading-font-size: 25px;
    --text-font-size: 16px;
    --menu-font-size: 18px;
    --body-font-size: 16px;
    --text-default:#fff;
    --body-font-family: "Sarabun", sans-serif;,


}

body {
    font-size: var(--body-font-size);
    color: var(--text-color);
    font-family: var(--body-font-family);

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-weight: 400;
    margin-top: 0;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
    position: relative;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

.img-responsive{
    max-width: 100%;
    position: relative;
    display: block;
}
.btn-common{
    padding:15px 30px;
    border-radius: 25px;
    color:#fff;
    border:1px solid #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-common:hover{
    background: #fff;
    color:#555;
}

/*END TYPHOGRAPHY*/

/*START LOGO*/
.logo img{
    width: 100%;
}
.logo{
    width: 15%;
}
/*END LOGO*/

/*START HEADER*/
header{
    position: relative;
    box-shadow: 3px 4px 10px 0px rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34);
}
/*END HEADER*/

/*START MENU*/
.parent-menu{
    position: relative;
}
.parent-menu{
    position: relative;
    display: flex;
    align-items: center;
}
.nav-item{
    padding: 15px;
    color: var(--primary-color);
}
.nav-link{
    display: block;
    padding:15px;
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
    font-weight: 500;
    font-family: 'Marcellus',  sans-serif;
}
.nav-link:hover{
    color:#3db166;
}
.sub-menu{
    box-shadow: 3px 4px 10px 0px rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34);
    width: 220px;
    border-radius: 5px;
    position: absolute;
    top:120px;
    transition: all 0.3s ease-in;
    background: #fff;
    left: 0px;
    right:auto;
    visibility: hidden;
    opacity: 0;
    z-index: 101;
}
.sub-menu li a{
    padding:10px 15px;
    text-decoration: none;
    display: block;
    color: var(--primary-color);
}
.sub-menu li a:hover{
    color: #3db166;
}
.parent-menu:hover .sub-menu{

    top:90px;
    visibility: visible;
    opacity: 1;

}
.navbar-toggler span{
    color: var(--primary-color);
}

.btn-book-now{
    padding: 5px 15px 8px 15px;
    color: var(--primary-color);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color);
    border-radius: 30px 30px 30px 30px;
    transition: all 0.3s ease-in-out;
}
.btn-book-now:hover{
    color:#fff;
    background-color: var(--primary-color);
}

/*END MENU*/


/*START SLIDER*/

.slider-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}

.tp-arr-iwrapper {
    margin: 0 10px;
    width: 50px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    color: var(--primary-color);
    text-align: center;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper::before {
    content: "\f104";
}

.tp-rightarrow .tp-arr-iwrapper::before {
    content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper{
    right:20px;
    position: relative;
}

.tp-bgimg{
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

.slider h1 {
    color: var(--primary-color);
    font-family: "Marcellus", Sans-serif;
    font-size: 4em;
    font-weight: 500;
}

/*END SLIDER*/
  
.home-activities{
    background: var(--primary-color);
    padding:60px 0px;
    display: block;
}
.home-treatment-container h2,
.home-activities h2{
    font-family:'Marcellus';
    color: var(--primary-color);

}
.home-activities img{
    width: 16%;
    margin:0 auto;
    display: table;
}
.home-activities p{
    margin-bottom: 0px;
}

.title h2 {
    color: var(--primary-color);
    font-family: "Marcellus", Sans-serif;
    font-size: 3.2em;
    font-weight: 500;
}
.home-treatment{
    padding:60px 0px;
}
.home-treatment-container{
    box-shadow: 0px 12px 17px 7px rgba(230, 230, 230, 0.21);
    margin: 60px 15px 0px 15px;
    padding: 30px 20px 30px 20px;
}
.home-treatment-container img{
    vertical-align: middle;
    display: inline-block;
    width: 20%;
    margin:0 auto;
}
.home-treatment-container a{
    color: var(--primary-color);
}

.color-primary{
    color:var(--primary-color);
}

.font-main-web{
    font-family:  "Marcellus", Sans-serif;
}
.about-us-wrapper{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px;
    background: var(--primary-color);
}
.about-us-wrapper h2 {
    font-family: "Marcellus", Sans-serif;
    font-size: 3.2em;
    color: var(--text-default);
    font-weight: 500;
    text-align: right;
}
.about-us-wrapper .col-md-6{
    border-right: 1px solid #fff;
}
.about-us-wrapper .col-md-6:last-child{
    border-right: 0px;
}

/*START HOMEPAGE GALLERY*/

.homepage-gallery{
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: flex;
}
.gallery-container {
    border: 1px solid #ddd;
    height: 400px;
    display: flex;
    width: 100%;
    border-radius: 4px;
}
.gallery-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	-o-flex: 1;
	-moz-transition: flex .4s;
    -webkit-transition: flex .4s;
    -o-transition: flex .4s;
    transition: flex .4s , -webkit-box-flex .4s, -ms-flex .4s;
    overflow: hidden;
    position: relative;
}
.gallery-image::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #D5999940;
	z-index: 0;
}

.gallery-image:hover{
	flex: 3 1 0% ;
}
.gallery-image:hover::before{
	background-color: rgba(0, 0, 0, 0.5);
}
.homepage-gallery-section{
    display: block;
    margin:100px 0px;
}


@media(max-width:767px){

    .gallery-container{
        flex-direction: column;
    }

}

/*END HOMEPAGE GALLERY*/





/*START PAGE STYLE*/

.page-title-section {
    padding: 40px 0px;
    background: #E2F2FA;
    color: var(--primary-color);
}
.page-title {
    font-size: 25px;
}
.page-body{
    padding:50px 0px;
}
/*END PAGE STYLE*/


/*START BOOKING FORM*/

.booking-form{
    display: block;
    padding:30px 0px;
}

.booking-form .service-info select{
    margin-bottom:1rem;
}

/*END BOOKING FORM*/

/*START THANK YOU PAGE*/

.thank-you .fa-icon{
    margin: 30px auto 15px;
    display: table;
    font-size: 60px;
    color: #008941;
    border: 2px dotted;
    border-radius: 50%;
    padding: 15px;
    background: #e2f2fa;
}
.thank-you h2{
    font-size: 40px;
    color: #008941;
    margin-bottom: 30px;
}
.thank-you{
    text-align: center;
}

.thank-you p{
    font-size: 18px;
}
.thank-you{
    margin:60px 0px 60px;
}
.thank-you a{
    margin-top: 15px;
    display: inline-block;
}

/*END THANK YOU PAGE*/

/*START HOME ABOUT US*/

.about-us-inner-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding:15px;
}
.about-us-inner-content h2{
    color:#008941;
    display: block;
    font-family: "Marcellus", Sans-serif;
    font-size: 3.2em;
    margin-bottom: 15px;
}
.about-us-inner-content  p{
    text-align: justify;
    font-size: 18px;
}

.about-us-inner-content a{
    color: #008941;
}

.about-us-wrapper p{
    text-align: justify;
}
.home-activity-container .details{
    padding:0px 10px;
}

.page-service{
    margin:60px 0px;
}


.about-service{
   margin-top:80px;
    display: block;
}


.about-service-img{
    position: relative;
}

.about-service-img .img-placeholder,
.about-service-img .img-flower{
    position: absolute;
}

.about-service-img .img-orginal,
.about-service-img .img-placeholder{
    -webkit-mask-image: url(../images/blob.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
}
.about-service-img .img-placeholder{
    top:-20px;
    left:-20px;
}
.about-service-img .img-flower{
    left: -100px;
    top: -100px;
    width: 320px;
}

.about-service-img .img-orginal{
    width:650px;
    height:400px;
    object-fit:cover;
}

.about-service h2{
    color: #008941;
    font-family: "Marcellus", Sans-serif;
    font-size: 3.2em;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-service p{
    text-align: justify;
    color:#7a7a7a;
}

.service-wrapper{
    background: #f5f5f5;
    width: 100%;
    float: left;
    margin-bottom:30px;
}
.service-wrapper img{
    height: 250px;
    object-fit: cover;
    width: 100%;
    float: left;
}

.service-detail {
    display: block;
    float: left;
    padding: 25px 8% 25px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    min-height:900px;
    font-size:14px;

}


.service-detail::after, .service-detail::before {
    border-color: #d2ccc3;
    border-style: dashed;
    content: "";
    position: absolute;
}

.service-detail h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
}

.service-detail ul li{
    display: block;
    position: relative;
    padding-left: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}
.service-detail li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da"; 
    font-weight: 900;
    font-style: normal;
    color: #808080;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.service-detail::before {
    border-width: 1px 0;
    bottom: 10px;
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
}
.service-detail::after {
    border-width: 0 1px;
    bottom: 0;
    height: auto;
    left: 10px;
    right: 10px;
    top: 0;
    width: auto;
}
.service-detail .service-price-list li {
    border-bottom: 1px solid #DBD8D2;
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-detail .service-price-list li::before{
    top:10px;
}


.service-detail .service-price-list li.discount-price::before{
    top:25px;
}

.service-detail p{
    text-align: justify;
}

.service-detail a{

    font-size: 16px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 10px 0px 0px;
    outline: none;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #008941;
    text-transform: uppercase;
    padding: 11px 35px;
}
.service-detail a::after {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #047b3c;
}
.service-detail a:hover:after { 
    height: 100%; 
}

.service-title{
    margin:60px 0px;
    display: block;
    color:#008941;
}

.align-center {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hr-title span {
    background: #fff;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 1;
}
.hr-title {
    position: relative;
}
.hr-title::after {
    border-top: 1px solid #d9d9d9;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
}

.service-detail .align-center{
    width: 100%;
    position: absolute;
    bottom: 25px;
    display: block;
    left: auto;
    right: 0;
}
.service-detail  .table{
    margin-bottom: 3rem;
}

/*END HOME ABOUT US*/


.promos table tr td,
.promos table

{
    border:0px;
}
.promos table img{
    display: block;
    height: auto;
    max-height: 100%;
    width: 100%;
}
.promos table tr td{
    padding:20px;
}
.sigle-service-image{
    position: relative;
}
.sigle-service-image .discount-badge{

     position: absolute;
     top:0px;
     right:0px;
     z-index: 1;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #fff;
     font-size: 25px;
     flex-direction: column;
     width: 80px;
     height: 80px;
     margin: 15px;
     color:#fff;
     font-weight: bold;
     font-style: italic;
     line-height: 1;
     color: #fff;
} 
.sigle-service-image .discount-badge::before{
    content:'';
    position: absolute;
    top: 0px;
    right: 0px;
    background: #e4022e;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    flex-direction: column;
    line-height: 1;
    font-weight: bold;
    border: 3px solid #ffc305;
    border-radius: 20px;
    color: #fff;
    transform: rotate(45deg);
    z-index: -1;
}
.sigle-service-image .discount-badge small{
    font-size: 13px;
    color: #fff;
}


/*START OUTLET STYLE*/
.outlet-list ul{
    border:1px solid #f2f2f2;
}
.outlet-list li:first-child a{
    background: #008941;
    color:#fff;
    font-weight:700;
    font-size: 16px;
}
.outlet-list a{
    background: #fff;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #f2f2f2;
    color: #181818;
    display: block;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 10px 10px 20px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.outlet-list a:hover{
    background: #008941;
    color:#fff;
}

.outlet-item {
    float: none;
    display: inline-block;
}
.outlet-item {
    float: left;
    margin-bottom: 35px;
    padding-bottom: 20px;
    width: 100%;
}
.outlet-thumb{
    float:left;
    margin-right: 2.9%;
    width: auto;
}
.outlet-thumb .thumb-rounded{
    height: 155px;
    width: 155px;
    background: #d9d9d9;
    border: 5px solid #d9d9d9;
    overflow: hidden;
    float:left;
    border-radius: 50%;
}
.outlet-thumb .thumb-rounded img{
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.outlet-details{
    margin:0px;
    float:left;
    width:78%;
}
.outlet-details h3{
    margin-bottom: 15px;
    color:#008941;
}
.outlet-details ul{
    margin-bottom: 15px;
    color: #868686;
}
.outlet-details p{
    text-align: justify;
    color: #868686;
}
.outlet-category h2{
    margin-bottom: 30px;
    line-height: normal;
    font-size: 30px;
    border-bottom: 1px dashed #00894154;
    padding-bottom: 15px;
}
.outlet-container .outlet-title{
    justify-content: space-between;
    align-items: center;
}
.outlet-container .outlet-title a{
    font-size: 16px;
    font-weight: bold;

    background-color: #008941;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 10px 0px 0px;
    margin-top: 10px;
    outline: none;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 0 10px 0 10px;
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    -ms-border-radius: 0 10px 0 10px;
    -o-border-radius: 0 10px 0 10px;
}
.current_page_item a{
    background: #e2f2fa !important;
}
.current_page_item a:hover{
    color: #373b3e !important;
}
/*END OUTLET STYLE*/


/*START SCROLL*/
.scroll-top {
    position: fixed;
    z-index: 99;
    bottom: 5px;
    right: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #008941;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.scroll-top.on {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover,
.scroll-top:focus
 {
    color:#fff;
}

/*END SCROLL*/


/*START FOOTER*/

footer{
    display: block;
    background-color: var(--primary-color) ;
}
.footer-wrapper{
    display: block;
    padding:50px 0px;
}

.footer-copyright{
    border-top: 1px dotted rgba(255, 255, 255, .75);
    display: block;
    padding:30px 0px;
    font-weight: bold;
    color: #fff;
}
.footer-copyright p{
    margin:0px;
}
.footer-content img{
    max-width: 50%;
}

.footer-social{
    display: flex;
}
.footer-social a{
    font-size: 20px;
    padding:0px 10px;
    color:#fff;
}
.footer-social li:first-child a{
    padding-left:0px;
}

.footer-content h4 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}
.footer-content h4::before {
    content: "";
    height: 2px;
    width: 15%;
    position: absolute;
    background: #fff;
    bottom: -10px;
    right: 0px;
    left: 0px;
}

.footer-content ul li {
    color: #fff;
    transition: all 0.5s ease-in 0s;
    cursor: pointer;
    padding: 5px 0px;
    color:#fff;
}
.footer-content  li a{
    color:#fff;
    text-decoration: none;
}
.footer-contact  i
{
    margin-right: 10px;
}
.footer-links,
.footer-contact{
    margin-top:30px;
}
.footer-contact li{
    margin-bottom: 10px;
}
.footer-contact p{
    text-align: justify;
}
.footer-links i{
    margin-right: 5px;
}
/*END FOOTER*/